Fix the build
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 12 Jul 2005 18:08:20 +0000 (18:08 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 12 Jul 2005 18:08:20 +0000 (18:08 +0000)
tests/testcairo.c

index 1d1c20815bae932e58ac231f8010de2beba61592..b2a232b0265da6498c08287789c273c6aed6ebbb 100644 (file)
@@ -141,7 +141,7 @@ draw (cairo_t *cr,
     return;
 
   circles = cairo_surface_create_similar (cairo_get_target (cr),
-                                         CAIRO_FORMAT_COLOR_ALPHA,
+                                         CAIRO_CONTENT_COLOR_ALPHA,
                                          width, height);
   if (circles == NULL)
     return;